var github.com/jackc/pgx/v5/internal/sanitize.bufPool
3 uses
github.com/jackc/pgx/v5/internal/sanitize (current package)
sanitize.go#L31: var bufPool = &pool[*bytes.Buffer]{
sanitize.go#L46: buf := bufPool.get()
sanitize.go#L47: defer bufPool.put(buf)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)